Category: Zone BBS Suggestions and Feedback
I know a lot of people are totally blind on here, but some have a little bit of vision so I think it would be cool if you had a link to change the font size of the site like to large or extra large. There is that feature on some sites for the blind and I think that is really nice.
Come to think of it, the following HTML/CSS would make the font sizes standard throughout the whole site.
Copy and paste this code into the head of your HTML document:
<style type="text/css" media="screen">
<!--
link{
font-size:18PX;
font-color:#0000FF;
}
body,h3,h4,h5,h6,div,table,tr,th,td,hr,form{
background-color:#000000;
font-size:18PX;
}
h3,h4,h5,h6{
font-color:#FF0000;
}
-->
</style>
Copy and paste the following single line of code into the body of your HTML document:
<body text="#FFFFFF" bgcolor="#000000">
That's all that's necessary, IMO.
that would make every extraordinarily huge